home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / scan_xact.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89                scan_xact
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  scan_xact
  6.  
  7.   FUNCTION:
  8.        Print commit service record for distributed transactions.
  9.  
  10.   SYNTAX:
  11.        RETCODE scan_xact(connect, commid)
  12.  
  13.        DBPROCESS *connect;
  14.        DBINT     commid;
  15.  
  16.   COMMENTS:
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   scan_xact               Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.  
  27.        o This routine displays the commit service record for a  specific
  28.          distributed  transaction,  or  for all distributed transactions
  29.          known to the commit service.
  30.  
  31.   PARAMETERS:
  32.        connect -  A pointer to the DBPROCESS used  to  communicate  with
  33.            the commit service.
  34.        commid -  The commid used to identify the transaction to the com-
  35.            mit service.  If commid is -1, all commit service records are
  36.            displayed.
  37.  
  38.   RETURNS:
  39.        SUCCEED or FAIL.
  40.  
  41.   SEE ALSO:
  42.        abort_xact, commit_xact, remove_xact, start_xact, stat_xact
  43.  
  44.  
  45.